AdData

interface AdData

Holds various additional ad data. Refer to ImaAdData for more information on what additional data is available when using the Google IMA SDK implementation.

Properties

bitrate
Link copied to clipboard
abstract val bitrate: Int?
The average bitrate of the progressive media file as defined in the VAST response.
maxBitrate
Link copied to clipboard
abstract val maxBitrate: Int?
The maximum bitrate of the streaming media file as defined in the VAST response.
mimeType
Link copied to clipboard
abstract val mimeType: String?
The MIME type of the media file or creative as defined in the VAST response.
minBitrate
Link copied to clipboard
abstract val minBitrate: Int?
The minimum bitrate of the streaming media file as defined in the VAST response.

Inheritors

VastAdData
Link copied to clipboard